GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-11-30T03:50:09.0457959+00:00",
"SubmitDate": "2025-11-30T03:50:09.0457959+00:00",
"ReportPeriodStart": "2025-11-30T03:50:09.0457959+00:00",
"ReportPeriodEnd": "2025-11-30T03:50:09.0457959+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4a1ea6a9-0d34-440b-b871-b7cc23e05814",
"Rows": [
{
"ItemId": "675b28b4-e676-4c71-b0cc-df0060c9d20f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "675b28b4-e676-4c71-b0cc-df0060c9d20f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4a1ea6a9-0d34-440b-b871-b7cc23e05814",
"Rows": [
{
"ItemId": "675b28b4-e676-4c71-b0cc-df0060c9d20f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "675b28b4-e676-4c71-b0cc-df0060c9d20f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1b750aec-3fde-4c73-abc5-1074eff50e61",
"48a03714-650a-4b4c-9b55-b766b184f7fe"
],
"Approvers": [
"e74f8a4b-2421-4791-8ceb-5b808096d0c7",
"d341c7c1-0288-46d9-b87c-a1ce91465082"
],
"ApprovedBy": "b13f7983-7483-4af6-b0cb-a367a50a9f09",
"ApprovalDate": "2025-11-30T03:50:09.0457959+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "365d20c5-c1c2-4f36-8dfd-622a4cab37b4",
"id": "8dd5d1a6-bfe7-4ac4-84dc-11142405779f",
"ConfigId": "3dc3eefd-556d-4aa6-b0f9-462b64384384"
},
{
"GenerationDate": "2025-11-30T03:50:09.0457959+00:00",
"SubmitDate": "2025-11-30T03:50:09.0457959+00:00",
"ReportPeriodStart": "2025-11-30T03:50:09.0457959+00:00",
"ReportPeriodEnd": "2025-11-30T03:50:09.0457959+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4a1ea6a9-0d34-440b-b871-b7cc23e05814",
"Rows": [
{
"ItemId": "675b28b4-e676-4c71-b0cc-df0060c9d20f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "675b28b4-e676-4c71-b0cc-df0060c9d20f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4a1ea6a9-0d34-440b-b871-b7cc23e05814",
"Rows": [
{
"ItemId": "675b28b4-e676-4c71-b0cc-df0060c9d20f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "675b28b4-e676-4c71-b0cc-df0060c9d20f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1b750aec-3fde-4c73-abc5-1074eff50e61",
"48a03714-650a-4b4c-9b55-b766b184f7fe"
],
"Approvers": [
"e74f8a4b-2421-4791-8ceb-5b808096d0c7",
"d341c7c1-0288-46d9-b87c-a1ce91465082"
],
"ApprovedBy": "b13f7983-7483-4af6-b0cb-a367a50a9f09",
"ApprovalDate": "2025-11-30T03:50:09.0457959+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "365d20c5-c1c2-4f36-8dfd-622a4cab37b4",
"id": "8dd5d1a6-bfe7-4ac4-84dc-11142405779f",
"ConfigId": "3dc3eefd-556d-4aa6-b0f9-462b64384384"
}
]